From: Philipp Hahn Date: Tue, 21 Jun 2011 15:51:43 +0000 (+0100) Subject: tools/blktap2: tapdisk2 executable usage message documents -D option X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=f37f72f2ccafe0566778b3e238c313d5fed364e4;p=xen.git tools/blktap2: tapdisk2 executable usage message documents -D option Signed-off-by: Philipp Hahn Committed-by: Ian Jackson --- diff --git a/tools/blktap2/drivers/tapdisk2.c b/tools/blktap2/drivers/tapdisk2.c index d30f73984a..dae0b81efe 100644 --- a/tools/blktap2/drivers/tapdisk2.c +++ b/tools/blktap2/drivers/tapdisk2.c @@ -42,7 +42,7 @@ static void usage(const char *app, int err) { - fprintf(stderr, "usage: %s <-u uuid> <-c control socket>\n", app); + fprintf(stderr, "usage: %s [-D] <-u uuid> <-c control socket>\n", app); exit(err); }